home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / ACE / utils / ab2ascii / README < prev    next >
Text File  |  1994-10-22  |  954b  |  33 lines

  1. AB2ASCII - Generate ASCII source from binary AmigaBasic files
  2.  
  3. Usage:
  4.     ab2ascii <binary_file [>source_file]
  5.  
  6. Note:
  7.     The program rewind()s its stdin stream once. So a pipe is no acceptable input.
  8.  
  9. Compiling:
  10.     Use any ANSI compiler (integers must be 32bit, however).
  11.     A SCOPTIONS file is provided for SAS/C. The settings are
  12.         MATH=IEEE
  13.         LINK
  14.         PROGRAMNAME=ab2ascii
  15.     So to compile one simply types
  16.         sc ab2ascii.c
  17.  
  18. Comments:
  19.     I cannot guarrantee that the program understands all token constructs that
  20.     AmigaBasic can produce AND translates them correctly. I obtained the `token
  21.     dictionary' by trial and error (I did not disassemble AmigaBasic). For the
  22.     programs I tested it on it seemed to work.
  23.     The program could be less memory-consuming, (much) faster and in general be
  24.     better coded. Users are invited to make any improvements they feel up to
  25.     (the program belongs to you!).
  26.  
  27. Author:
  28.     Stefan Reisner
  29.     sr@ph-cip.uni-koeln.de
  30.  
  31. Copying:
  32.     Public Domain
  33.